ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / BaseRangeFilterPresenter<T> Class / HeaderContent Property

In This Topic
    HeaderContent Property (BaseRangeFilterPresenter<T>)
    In This Topic
    Gets or sets the content for the Header of current BaseRangeFilterPresenter<T> control.
    Syntax
    'Declaration
     
    
    Public Property HeaderContent As Object
    public object HeaderContent {get; set;}
    See Also